SftTree/NET 2.0

EmptyAreaBackColor Property, SftTree Class

Softel vdm, Inc.

Defines the background color of the empty area in the item area.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property EmptyAreaBackColor As Color

C#   

public Color EmptyAreaBackColor { get; set; }

C++   

public: property Color EmptyAreaBackColor {
        Color get();
        void set(Color value);
}

Property Value

The default value is Color.Window.

Comments

The EmptyAreaBackColor property defines the background color of the empty area in the item area.

The BackColor property is used to define the default background color for items in the item area.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com